HomeSort by relevance Sort by last modified time
    Searched refs:function_code (Results 1 - 12 of 12) sorted by null

  /external/v8/test/cctest/wasm/
test-run-wasm-asmjs.cc 229 CHECK_EQ(1, GetMatchingRelocInfoCount(module.instance->function_code[0], \
232 0, GetMatchingRelocInfoCount(module.instance->function_code[0], \
244 CHECK_EQ(1, GetMatchingRelocInfoCount(module.instance->function_code[0], \
247 0, GetMatchingRelocInfoCount(module.instance->function_code[0], \
258 CHECK_EQ(1, GetMatchingRelocInfoCount(module.instance->function_code[0],
260 CHECK_NE(0, GetMatchingRelocInfoCount(module.instance->function_code[0],
270 CHECK_EQ(1, GetMatchingRelocInfoCount(module.instance->function_code[0],
272 CHECK_NE(0, GetMatchingRelocInfoCount(module.instance->function_code[0],
281 CHECK_EQ(1, GetMatchingRelocInfoCount(module.instance->function_code[0],
283 CHECK_NE(0, GetMatchingRelocInfoCount(module.instance->function_code[0]
    [all...]
test-run-wasm-relocation.cc 37 CHECK_EQ(1, module.instance->function_code.size()); \
41 Handle<Code> code = module.instance->function_code[0]; \
wasm-run-utils.h 175 instance->function_code.push_back(code);
193 instance->function_code[index] = code;
201 Handle<Code> code = instance->function_code[index];
208 instance->function_code[index] = code;
229 *instance->function_code[function_index]);
  /external/v8/src/wasm/
wasm-module.cc 193 for (uint32_t i = 0; i < instance->function_code.size(); ++i) {
194 Handle<Code> function = instance->function_code[i];
249 for (uint32_t i = 0; i < instance->function_code.size(); ++i) {
250 Handle<Code> function = instance->function_code[i];
682 *instance->function_code[instance->module->function_table[i]]);
734 temp_instance_for_compilation.function_code, &thrower,
738 temp_instance_for_compilation.function_code, &thrower,
745 LinkModuleFunctions(isolate, temp_instance_for_compilation.function_code);
750 i < temp_instance_for_compilation.function_code.size(); ++i) {
751 Code* code = *temp_instance_for_compilation.function_code[i]
    [all...]
wasm-module.h 250 std::vector<Handle<Code>> function_code; // code objects for each function. member in struct:v8::internal::wasm::WasmModuleInstance
260 function_code(m->functions.size()),
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
langhooks.h 478 int function_code, enum built_in_class cl,
483 int function_code,
tree.h     [all...]
  /external/v8/src/debug/
liveedit.h 295 void SetFunctionCode(Handle<AbstractCode> function_code,
liveedit.cc 624 void FunctionInfoWrapper::SetFunctionCode(Handle<AbstractCode> function_code,
627 Handle<JSValue> code_wrapper = WrapInJSValue(function_code);
    [all...]
  /system/bt/stack/l2cap/
l2c_int.h     [all...]
l2c_fcr.c 500 void l2c_fcr_send_S_frame (tL2C_CCB *p_ccb, UINT16 function_code, UINT16 pf_bit)
511 p_ccb->fcrb.s_frames_sent[function_code]++;
523 ctrl_word = (function_code << L2CAP_FCR_SUP_SHIFT) | L2CAP_FCR_S_FRAME_BIT;
    [all...]
  /external/v8/test/cctest/
test-api.cc 14393 i::Code* function_code = i::Code::GetCodeFromTargetAddress( local
19959 const char* function_code = local
    [all...]

Completed in 370 milliseconds