Home
last modified time | relevance | path

Searched refs:function_code (Results 1 – 3 of 3) sorted by relevance

/external/v8/src/
Dliveedit.h291 void SetFunctionCode(Handle<Code> function_code,
Dliveedit.cc626 void FunctionInfoWrapper::SetFunctionCode(Handle<Code> function_code, in SetFunctionCode() argument
628 Handle<JSValue> code_wrapper = WrapInJSValue(function_code); in SetFunctionCode()
730 void FunctionCode(Handle<Code> function_code) { in FunctionCode() argument
735 info.SetFunctionCode(function_code, in FunctionCode()
/external/v8/test/cctest/
Dtest-api.cc14065 i::Code* function_code = i::Code::GetCodeFromTargetAddress( in OnEntryHook() local
14067 CHECK(function_code != NULL); in OnEntryHook()
14078 if (!bar_func_.is_null() && function_code == bar_func_->code()) { in OnEntryHook()
14081 symbol_locations_.find(function_code->instruction_start())); in OnEntryHook()
14085 if (!foo_func_.is_null() && function_code == foo_func_->code()) { in OnEntryHook()
14088 symbol_locations_.find(function_code->instruction_start())); in OnEntryHook()
19734 const char* function_code = in TEST() local
19744 CompileRun(function_code); in TEST()
19754 CompileRun(function_code); in TEST()
19774 const char* function_code = in TEST() local
[all …]